home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / c-lang / strmc105.lha / StormC-Demo / INCLUDE / pragma / cia_lib.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  565b  |  30 lines

  1. #ifndef _INCLUDE_PRAGMA_CIA_LIB_H
  2. #define _INCLUDE_PRAGMA_CIA_LIB_H
  3.  
  4. /*
  5. **  $VER: cia_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_CIA_PROTOS_H
  13. #include <clib/cia_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(CiaBase, 0x6, AddICRVector(a6,d0,a1))
  21. #pragma amicall(CiaBase, 0xc, RemICRVector(a6,d0,a1))
  22. #pragma amicall(CiaBase, 0x12, AbleICR(a6,d0))
  23. #pragma amicall(CiaBase, 0x18, SetICR(a6,d0))
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28.  
  29. #endif
  30.